projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43202f8
)
(url-dav-delete-directory): Fix message typo.
author
Glenn Morris
<rgm@gnu.org>
Sun, 2 Dec 2007 18:01:10 +0000
(18:01 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Sun, 2 Dec 2007 18:01:10 +0000
(18:01 +0000)
lisp/url/url-dav.el
patch
|
blob
|
history
diff --git
a/lisp/url/url-dav.el
b/lisp/url/url-dav.el
index 3c2ea8721347b7493e450e4ce0c85b79cf40543e..fafea4c1f0e5e897c0491aaa62275a04581c6384 100644
(file)
--- a/
lisp/url/url-dav.el
+++ b/
lisp/url/url-dav.el
@@
-746,7
+746,7
@@
files in the collection as well."
(setq status (plist-get (cdr result) 'DAV:status))
(if (not (url-dav-http-success-p status))
(signal 'file-error (list "Removing directory"
- "Err
r
or removing"
+ "Error removing"
(car result) status))))
props))
nil)